home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / expect / exp_conf.h.in < prev    next >
Text File  |  1993-04-26  |  848b  |  55 lines

  1. /*
  2.  * Check for headers
  3.  */
  4. #ifndef __EXP_CONF_H__
  5. #define __EXP_CONF_H__
  6.  
  7. #undef NO_STRING_H
  8. #undef NOSTDLIB
  9. #undef HAVE_STROPTS_H
  10. #undef HAVE_SYSCONF_H
  11. #undef HAVE_SYS_FCNTL_H
  12. #undef HAVE_UNISTD_H
  13. #undef HAVE_SYSMACROS_H
  14.  
  15. #undef pid_t
  16.  
  17. /*
  18.  * This section is for compile macros needed by
  19.  * everything else.
  20.  */
  21.  
  22. /*
  23.  * Check for functions
  24.  */
  25. #undef NO_MEMCPY
  26. #undef NOWAITPID
  27. #undef HAVE_SYSCONF
  28. #undef HAVE_WAIT4
  29.  
  30. /*
  31.  * Signal stuff. Setup the return type
  32.  * and if signals need to be re-armed.
  33.  */
  34. #ifndef RETSIGTYPE
  35. #define RETSIGTYPE void
  36. #endif
  37. #undef REARM_SIG
  38.  
  39. /*
  40.  * Check for pty functions and structures
  41.  */
  42. #undef POSIX
  43. #undef HAVE_TERMIO
  44. #undef HAVE_TERMIOS
  45. #undef HAVE_SGTTYB
  46. #undef HAVE_GETPTY
  47. #undef HAVE__GETPTY
  48. #undef HAVE_PTC
  49. #undef HAVE_PTC_PTS
  50. #undef HAVE_PTYM
  51. #undef HAVE_PTYTRAP
  52. #undef HAVE_PTMX
  53.  
  54. #endif    /* __EXP_CONF_H__ */
  55.